home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / wb / pointere.rea < prev    next >
Text File  |  1995-10-09  |  5KB  |  124 lines

  1. Short:    Eyes on screen titlebars watch your pointer.  Release 2
  2. Author:   johughes@heartland.bradley.edu  (John Hughes)
  3. Uploader: johughes@heartland.bradley.edu  (John Hughes)
  4. Type:     util/wb
  5.  
  6. Statistics:
  7.  
  8.   Program:        PointerEyes
  9.   Version:        4.2 and 3.10 RELEASE 2
  10.   Date:           October 8, 1995
  11.   Coded by:       John Hughes
  12.   Email:          johughes@heartland.bradley.edu
  13.   WWW:            http://rhf.bradley.edu/~jhughes/
  14.   Compiled with:  SAS/C 6.55
  15.   Machine:        A4000 68EC030/25  AmigaDOS 3.1
  16.   Required:       PointerEyes3.10 : AmigaDos 2.0 or greater
  17.                   PointerEyes4.2  : AmigaDOS 3.0 or above
  18.                   screennotify.library 1.0 (included) (not required for v4.2)
  19.                   MagicWB is also recommended
  20.  
  21.  
  22.  
  23.  
  24. ««««««««««««  WHAT'S NEW »»»»»»»»»»»
  25.  
  26. datatype.library support.  (AmigaDos 3.0)
  27. User defined eye images.   (AmigaDos 3.0)
  28. Use any sized eyes, with any number of colors.   (AmigaDos 3.0)
  29. Installation scripts.
  30. Bug fixes.
  31. and more.
  32. Version 4.2  is for AmigaDos 3.0+
  33. Version 3.10 is for AmigaDos 2.0+
  34.  
  35.  
  36.  
  37.  Features:
  38.  
  39.   o All settings are saved and loaded from the icon @{" Tooltypes " Link "TOOLTYPES"}.
  40.   o The background color and eye color are automatic allowing it to look
  41.     as though the eyes are attached to the screen's title bar or you
  42.     can choose it's colors.   (not supported in version 4.1 yet)
  43.   o The eyes can be auto-centered on the title bar or be located
  44.     anywhere on the screen.
  45.   o The eyes can be any size and have any number of colors. (version 4.0+ only)
  46.     There are two eye sizes (8 and 11 pixels tall).  (version 3.9+)
  47.     You may choose between the sizes, or let the program determine which
  48.     best fits your public screen title bar.
  49.   o You can choose the public screen in which Pointer Eyes appears on.
  50.   o If the mouse isn't moved for a while, the eyes will go to sleep, and
  51.      periodicaly peek out at you.
  52.   o The eyes will blink at random intervals.
  53.   o The eyes are rolled periodically.
  54.   o Allowings the WB screen to be closed/reopened if system preferences are
  55.     changed, or for any other reason.
  56.   o Monitors screens using screennotify.library, so that public screens can
  57.     safely be closed when the eyes are on that screen.
  58.   o You can lock the window in place so you don't accidentlly grab it.
  59.   o The eyes can stay behind, in front of all windows, or just float.
  60.   o The eyes can follow you around to the front most or active
  61.     public screen.
  62.   o It's a Commodity.
  63.   o Low task priority of -2, so it doesn't get in the way of other tasks.
  64.   o datatypes.library support.  (Version 4.0+ only)
  65.   o User defined eye images.. Make your own eyes!!! :)
  66.   o Small code.
  67.  
  68.  
  69.  
  70. Partial History:
  71. ----------------
  72.  
  73. v3.8 June 9, 1995
  74.  
  75.      Bug Fix: The pulldown menu is now the correct color.
  76.      Bug Fix: Eyes window wasn't being reopened after wb screen close/opened.
  77.      Added @{" tooltype " Link "TOOLTYPES"} EYESPICTUREFILE, which allows the
  78.        user to choose how many seconds of no mouse movement will cause the
  79.        eyes to go to sleep.
  80.  
  81. v4.0 June 12, 1995
  82.  
  83.      AmigaDos v3.0 is required because of datatype support and AllocBitMap().
  84.      Datatype support for user defined eye images.
  85.      BltBitMapRastPort() is now used instead of DrawImage().
  86.      Added EYESPICTUREFILE tooltype.
  87.      Installation script now included!
  88.      Eye ILBM files included:
  89.        OriginalEyes   (sizes: 8,11,13)
  90.        ShadedEyes     (sizes: 8,11,13)
  91.        MagicWBEyes    (sizes: 8,11,13)
  92.        RedYellowEyes  (sizes: 11)
  93.  
  94. v3.9 July 5, 1995
  95.  
  96.      As with version 4.1:
  97.      Major Bug Fix: I didn't ReplyMsg() when OpenWBScreen() was called
  98.        and the WB screen was already opened. Finally!!!
  99.      This is a bugfix update to version 3.8 which is for AmigaDos 2.0+ users.
  100.  
  101. v4.1 July 5, 1995
  102.  
  103.      Major Bug Fix: I didn't ReplyMsg() when OpenWBScreen() was called
  104.        and the WB screen was already opened. Finally!!!
  105.      Typo in documentation.  FOLLOWMOUSE is now FOLLOWSCREEN.
  106.      screennotify.library is now not required, but used if available.
  107.      Added @{" tooltype " Link "TOOLTYPES"} USESCREENNOTIFY, which
  108.        specifies whether or not to use screennotify.library.
  109.  
  110. v4.2 & v3.10 October 3, 1995
  111.  
  112.      Postcardware version.
  113.      This version is Postcardware, which basically means that this software is
  114.        public domain, and if you use it please send me a postcard of your country
  115.        or your city.
  116.     Changed the text that the About menu displays.
  117.     Removed hotkey bug. The hotkey string was deallocated after it was found in some cases. (enforcer hit?)
  118.  
  119. v4.2 & v3.10 RELEASE 2  October 8, 1995
  120.  
  121.     Fixed a typo in the installer scripts which caused the docs to not be installed.
  122.     Did a few other minor changes in the installation scripts.
  123.     Sorry this release was delayed, due to problems with aminet.
  124.